home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970626-19970929 / 000038_news@newsmaster….columbia.edu _Tue Jul 8 14:23:01 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id OAA06407
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 8 Jul 1997 14:22:57 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id OAA10505
  7.     for kermit.misc@watsun; Tue, 8 Jul 1997 14:22:56 -0400 (EDT)
  8. Path: news.columbia.edu!sol.ctr.columbia.edu!news.uoregon.edu!hammer.uoregon.edu!news-xfer.netaxs.com!cpk-news-hub1.bbnplanet.com!news.bbnplanet.com!howland.erols.net!surfnet.nl!sun4nl!Leiden.NL.net!cti-software.nl!news
  9. From: pim@cti-software.nl (Pim Zandbergen)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: reverse telnet using raw TCP (Linux modemd)
  12. Date: 8 Jul 1997 19:19:47 +0200
  13. Organization: CTI Software BV, The Hague, the Netherlands
  14. Lines: 30
  15. Message-ID: <5ptsrj$mfk@chagall.cti-software.nl>
  16. NNTP-Posting-Host: chagall.cti-software.nl
  17. X-Newsreader: NN version 6.5.0 CURRENT #2
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:7291
  19.  
  20.  
  21. I am trying to get K95 working as a client for modemd for Linux.
  22. Modemd allows a client PC to use a modem connected to a Linux server.
  23. It listens to a predefined TCP port and then connects the client supposedly
  24. transparantly to the modem.
  25.  
  26. Modemd is basically a modified telnetd. But it does not do any TELNET
  27. negotiations and does not set up a pty, but opens a modem device instead.
  28.  
  29. When I connect to this port using K95, I have to use
  30.     set telnet echo remote
  31. in order to prevent double echoes.
  32.  
  33. But there is one problem I cannot seem to prevent: when I type
  34. AT<CR>, the modem responds with OK<CR><NL><NL> instead of OK<CR><NL>.
  35.  
  36. Where is this translation happening ?
  37. If it is happening inside K95, how can I prevent this ?
  38.  
  39. This problem is similar to the problem I have with using the raw TCP
  40. ports of a Cisco 2500 for reverse telnet.
  41.  
  42.  
  43. Modemd source is quite small and can be viewed at 
  44. http://www.pi.se/blox/modemd.shar .
  45. -- 
  46. E-mail : Pim Zandbergen <pim@cti-software.nl>
  47. S-mail : Laan Copes van Cattenburch 70, 2585 GD The Hague, The Netherlands
  48. Phone  : +31 70 3067373
  49. Fax    : +31 70 3067374